PDF4Java Reference Documentation
com.o2sol.pdf4java.portfolios Package / PDFPortfolioItemAttributes Class / get Method
The key identifying the attribute.
In This Topic
    get Method
    In This Topic
    Gets a portfolio item attribute.
    Syntax
    public PDFCosObject get( 
       java.lang.String attributeKey
    )

    Parameters

    attributeKey
    The key identifying the attribute.

    Return Value

    The attribute value.
    Exceptions
    ExceptionDescription
    When attributeKey is null or empty.
    See Also